home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / missioncandy.swf / scripts / DefineSprite_420 / frame_1 / DoAction.as
Text File  |  2008-03-17  |  276b  |  12 lines

  1. if(this.onEnterFrame == undefined)
  2. {
  3.    if(_parent.ground2_mc.hitTest(this._x,this._y + 5,true))
  4.    {
  5.       _parent.monsterAI1(this,2.5);
  6.    }
  7.    if(_parent.ground_mc.hitTest(_parent.stageWidth / 2,this._y + 5,true))
  8.    {
  9.       _parent.monsterAI2(this,2.5);
  10.    }
  11. }
  12.